home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 85 / CDMM85_1.ISO / Monopoly Tycoon / MTycoonDemo.exe / data1.cab / parameters / parameter.prm < prev    next >
Encoding:
Text File  |  2001-10-24  |  8.6 KB  |  282 lines

  1. ////////////////////////////////////////////////////
  2. // a set of information about buildings
  3. ////////////////////////////////////////////////////
  4. BuildingCostPerUnit            Residential        15
  5. BuildingCostPerUnit            Retail            15
  6. BuildingCostPerUnit            Landscape        15
  7.  
  8. //----------------------------------------------------------------------
  9.  
  10. BuildingCostToDemolish     Residential    4
  11. BuildingCostToDemolish     Retail           4
  12. BuildingCostToDemolish     Landscape       4
  13.  
  14. //----------------------------------------------------------------------
  15. ///// building time to build ( units 1 hour per unit )
  16. BuildingTimeToBuild            Residential        1
  17. BuildingTimeToBuild            Retail            1
  18. BuildingTimeToBuild            Landscape        1
  19.  
  20.  
  21. //-----------------------------------------------------------------------
  22.  
  23. ///// building time to demolish ( units 1 hour per floor )
  24. BuildingTimeToDemolish            Residential        1
  25. BuildingTimeToDemolish               Retail            1
  26. BuildingTimeToDemolish               Landscape        1
  27.  
  28. //------------------------------------------------------------------------
  29.  
  30. ///// building rent per unit ( number of dollars per unit per day )
  31. BuildingRent                    Residential        3
  32. BuildingRent                   Retail            3
  33. BuildingRent                   Landscape        0
  34.  
  35. BuildingMaintenanceCost        Residential        6    
  36. BuildingLifeExpectancy        Residential        20
  37.                         
  38. BuildingMaintenanceCost        Retail        5
  39. BuildingLifeExpectancy        Retail        15
  40.                         
  41. BuildingMaintenanceCost        Landscape        2    
  42. BuildingLifeExpectancy        Landscape        30
  43.  
  44. ////////////////////////////////////////////////////
  45. // House hunting data
  46. ////////////////////////////////////////////////////
  47.  
  48. BlockClassScore        Mediterranean_Avenue        Low    200
  49. BlockClassScore        Mediterranean_Avenue        Medium    5
  50. BlockClassScore        Mediterranean_Avenue        High    10
  51.  
  52. BlockClassScore        Baltic_Avenue            Low    195
  53. BlockClassScore        Baltic_Avenue            Medium    15
  54. BlockClassScore        Baltic_Avenue            High    15
  55.  
  56. BlockClassScore        Oriental_Avenue            Low    190
  57. BlockClassScore        Oriental_Avenue            Medium    40
  58. BlockClassScore        Oriental_Avenue            High    20
  59.  
  60. BlockClassScore        Vermont_Avenue            Low    185
  61. BlockClassScore        Vermont_Avenue            Medium    55
  62. BlockClassScore        Vermont_Avenue            High    25
  63.  
  64. BlockClassScore        Connecticut_Avenue        Low    180
  65. BlockClassScore        Connecticut_Avenue        Medium    65
  66. BlockClassScore        Connecticut_Avenue        High    35
  67.  
  68. BlockClassScore        St_Charles_Place        Low    175
  69. BlockClassScore        St_Charles_Place        Medium    105
  70. BlockClassScore        St_Charles_Place        High    40
  71.  
  72. BlockClassScore        States_Avenue            Low    170
  73. BlockClassScore        States_Avenue            Medium    120
  74. BlockClassScore        States_Avenue            High    45
  75.  
  76. BlockClassScore        Virginia_Avenue            Low    165
  77. BlockClassScore        Virginia_Avenue            Medium    135
  78. BlockClassScore        Virginia_Avenue            High    50
  79.  
  80. BlockClassScore        St_James_Place            Low    145
  81. BlockClassScore        St_James_Place            Medium    175
  82. BlockClassScore        St_James_Place            High    65
  83.  
  84. BlockClassScore        Tennessee_Avenue        Low    125
  85. BlockClassScore        Tennessee_Avenue        Medium    185
  86. BlockClassScore        Tennessee_Avenue        High    75
  87.  
  88. BlockClassScore        New_York_Avenue            Low    105
  89. BlockClassScore        New_York_Avenue            Medium    200
  90. BlockClassScore        New_York_Avenue            High    85
  91.  
  92. BlockClassScore        Kentucky_Avenue            Low    85
  93. BlockClassScore        Kentucky_Avenue            Medium    200
  94. BlockClassScore        Kentucky_Avenue            High    95
  95.  
  96. BlockClassScore        Indiana_Avenue            Low    75
  97. BlockClassScore        Indiana_Avenue            Medium    185
  98. BlockClassScore        Indiana_Avenue            High    100
  99.  
  100. BlockClassScore        Illinois_Avenue            Low    65
  101. BlockClassScore        Illinois_Avenue            Medium    175
  102. BlockClassScore        Illinois_Avenue            High    105
  103.  
  104. BlockClassScore        Atlantic_Avenue            Low    55
  105. BlockClassScore        Atlantic_Avenue            Medium    135
  106. BlockClassScore        Atlantic_Avenue            High    125
  107.  
  108. BlockClassScore        Ventnor_Avenue            Low    45
  109. BlockClassScore        Ventnor_Avenue            Medium    120
  110. BlockClassScore        Ventnor_Avenue            High    135
  111.  
  112. BlockClassScore        Marvin_Gardens            Low    40
  113. BlockClassScore        Marvin_Gardens            Medium    105
  114. BlockClassScore        Marvin_Gardens            High    140
  115.  
  116. BlockClassScore        Pacific_Avenue            Low    35
  117. BlockClassScore        Pacific_Avenue            Medium    65
  118. BlockClassScore        Pacific_Avenue            High    160
  119.  
  120. BlockClassScore        North_Carolina            Low    25
  121. BlockClassScore        North_Carolina            Medium    55
  122. BlockClassScore        North_Carolina            High    165
  123.  
  124. BlockClassScore        Pennsylvania_Avenue        Low    20
  125. BlockClassScore        Pennsylvania_Avenue        Medium    40
  126. BlockClassScore        Pennsylvania_Avenue        High    175
  127.  
  128. BlockClassScore        Park_Place            Low    15
  129. BlockClassScore        Park_Place            Medium    15
  130. BlockClassScore        Park_Place            High    195
  131.  
  132. BlockClassScore        Boardwalk            Low    10
  133. BlockClassScore        Boardwalk            Medium    5
  134. BlockClassScore        Boardwalk            High    200
  135.  
  136. ////////////////////////////////////////////////////
  137. // House hunting - block distance factor
  138. ////////////////////////////////////////////////////
  139. // p1 = upper limit of range ( use some big number for the last unlimited range )
  140. // p2 = score
  141. ProximityScore        99        150
  142. ProximityScore        199        140
  143. ProximityScore        299        120
  144. ProximityScore        399        80
  145. ProximityScore        499        60
  146. ProximityScore        599        50
  147. ProximityScore        699        40
  148. ProximityScore        799        30
  149. ProximityScore        899        20
  150. ProximityScore        32000        10
  151.  
  152. ////////////////////////////////////////////////////
  153. // House Hunting - block rent adjust
  154. // p2 = upper limit of range
  155. // p3 = score
  156. ////////////////////////////////////////////////////
  157. BlockRentScore    Low        50    300
  158. BlockRentScore    Low        60    290
  159. BlockRentScore    Low        70    280
  160. BlockRentScore    Low        80    240
  161. BlockRentScore    Low        90    170
  162. BlockRentScore    Low        100    100
  163. BlockRentScore    Low        110    50
  164. BlockRentScore    Low        120    10
  165. BlockRentScore    Low        130    5
  166. BlockRentScore    Low        140    2
  167. BlockRentScore    Low        32000    1
  168.  
  169. BlockRentScore    Medium        50    60
  170. BlockRentScore    Medium        60    120
  171. BlockRentScore    Medium        70    180
  172. BlockRentScore    Medium        80    240
  173. BlockRentScore    Medium        90    280
  174. BlockRentScore    Medium        100    300
  175. BlockRentScore    Medium        110    280
  176. BlockRentScore    Medium        120    240
  177. BlockRentScore    Medium        130    180
  178. BlockRentScore    Medium        140    100
  179. BlockRentScore    Medium        32000    25
  180.  
  181. BlockRentScore    High        50    40
  182. BlockRentScore    High        60    80
  183. BlockRentScore    High        70    120
  184. BlockRentScore    High        80    160
  185. BlockRentScore    High        90    180
  186. BlockRentScore    High        100    220
  187. BlockRentScore    High        110    260
  188. BlockRentScore    High        120    300
  189. BlockRentScore    High        130    280
  190. BlockRentScore    High        140    250
  191. BlockRentScore    High        32000    50
  192.  
  193.  
  194.  
  195. ////////////////////////////////////////////////////
  196. // House Hunting - Apartment rent adjust
  197. ////////////////////////////////////////////////////
  198. ApartmentRentAdjust        Low        50        300
  199. ApartmentRentAdjust        Low        60        275
  200. ApartmentRentAdjust        Low        70        250
  201. ApartmentRentAdjust        Low        80        200
  202. ApartmentRentAdjust        Low        90        150
  203. ApartmentRentAdjust        Low        100        100
  204. ApartmentRentAdjust        Low        110        50
  205. ApartmentRentAdjust        Low        120        40
  206. ApartmentRentAdjust        Low        130        30
  207. ApartmentRentAdjust        Low        140        20
  208. ApartmentRentAdjust        Low        32000        10
  209.  
  210. ApartmentRentAdjust        Medium        50        25
  211. ApartmentRentAdjust        Medium        60        75
  212. ApartmentRentAdjust        Medium        70        125
  213. ApartmentRentAdjust        Medium        80        175
  214. ApartmentRentAdjust        Medium        90        300
  215. ApartmentRentAdjust        Medium        100        300
  216. ApartmentRentAdjust        Medium        110        220
  217. ApartmentRentAdjust        Medium        120        140
  218. ApartmentRentAdjust        Medium        130        100
  219. ApartmentRentAdjust        Medium        140        50
  220. ApartmentRentAdjust        Medium        32000        25
  221.  
  222. ApartmentRentAdjust        High        50        10
  223. ApartmentRentAdjust        High        60        40
  224. ApartmentRentAdjust        High        70        100
  225. ApartmentRentAdjust        High        80        150
  226. ApartmentRentAdjust        High        90        240
  227. ApartmentRentAdjust        High        100        300
  228. ApartmentRentAdjust        High        110        250
  229. ApartmentRentAdjust        High        120        200
  230. ApartmentRentAdjust        High        130        150
  231. ApartmentRentAdjust        High        140        100
  232. ApartmentRentAdjust        High        32000        50
  233.  
  234.  
  235. ////////////////////////////////////////////////////
  236. // a set of information about the people - may expand to include animation frames
  237. ////////////////////////////////////////////////////
  238. PeopleSpeed        Child            0.5
  239. PeopleSpeed        Teenager        0.42
  240. PeopleSpeed        Adult            0.4
  241. PeopleSpeed        OAP                0.35
  242. PeopleSpeed        Tourist            0.41
  243. PeopleSpeed        Displacement    0.2
  244.  
  245. /////////////////////////////
  246. /// class weightings - these affect the way the different class of people weigh up their shopping trips
  247. /////////////////////////////
  248. ClassWeighting    Low        Value            0.40
  249. ClassWeighting    Low        Distance        1.60
  250. ClassWeighting    Low        Prestige        -0.40
  251. ClassWeighting    Low        Quality        0.01    
  252. ClassWeighting    Low        MicroDistance    0.01
  253. /////////////////////////////
  254. ClassWeighting    Medium    Value            0.20
  255. ClassWeighting    Medium    Distance        2.40
  256. ClassWeighting    Medium    Prestige        0.01
  257. ClassWeighting    Medium    Quality        0.20
  258. ClassWeighting    Medium    MicroDistance    0.01
  259. /////////////////////////////
  260. ClassWeighting    High    Value                0.10
  261. ClassWeighting    High    Distance            3.60
  262. ClassWeighting    High    Prestige            0.20
  263. ClassWeighting    High    Quality            0.50
  264. ClassWeighting    High    MicroDistance        0.01
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.